找传奇、传世资源到传世资源站!

有背景音乐的俄罗斯方块(C#源代码)

8.5玩家评分(1人评分)
下载后可评
介绍 评论 失效链接反馈

【例子介绍】有背景音乐的俄罗斯方块(C#源代码)
有背景音乐的俄罗斯方块(C#源代码) 有背景音乐的俄罗斯方块(C#源代码)

【相关图片】

from clipboardfrom clipboard

【源码结构】
文件清单
└── 俄罗斯方块,添加音乐(C#源代码)
    ├── apologize.mp3
    ├── BlockSet.xml
    ├── Tetris
    │   ├── bin
    │   │   └── Debug
    │   │       ├── AxInterop.WMPLib.dll
    │   │       ├── Interop.WMPLib.dll
    │   │       ├── IrisSkin2.dll
    │   │       ├── Tetris.exe
    │   │       └── Tetris.vshost.exe
    │   ├── Block.cs
    │   ├── BlockGroup.cs
    │   ├── BlockInfo.cs
    │   ├── BlockSet.xml
    │   ├── Config.cs
    │   ├── FrmConfig.cs
    │   ├── FrmConfig.Designer.cs
    │   ├── FrmConfig.resx
    │   ├── FrmTetris.cs
    │   ├── FrmTetris.Designer.cs
    │   ├── FrmTetris.resx
    │   ├── InfoArr.cs
    │   ├── obj
    │   │   ├── Debug
    │   │   │   ├── AxInterop.WMPLib.dll
    │   │   │   ├── Interop.WMPLib.dll
    │   │   │   ├── Refactor
    │   │   │   ├── ResolveAssemblyReference.cache
    │   │   │   ├── TempPE
    │   │   │   ├── Tetris.BlockSet.xml
    │   │   │   ├── Tetris.csproj.GenerateResource.Cache
    │   │   │   ├── Tetris.csproj.ResolveComReference.cache
    │   │   │   ├── Tetris.exe
    │   │   │   ├── Tetris.FrmMode.resources
    │   │   │   ├── Tetris.FrmTetris.resources
    │   │   │   ├── Tetris.pdb
    │   │   │   └── Tetris.Properties.Resources.resources
    │   │   ├── Tetris.csproj.FileListAbsolute.txt
    │   │   └── Tetris.csproj.FileList.txt
    │   ├── Palette.cs
    │   ├── Program.cs
    │   ├── Properties
    │   │   ├── AssemblyInfo.cs
    │   │   ├── Resources.Designer.cs
    │   │   ├── Resources.resx
    │   │   ├── Settings.Designer.cs
    │   │   └── Settings.settings
    │   └── Tetris.csproj
    ├── Tetris.sln
    └── Tetris.suo

9 directories, 42 files

评论

发表评论必须先登陆, 您可以 登陆 或者 注册新账号 !


在线咨询: 问题反馈
客服QQ:174666394

有问题请留言,看到后及时答复